home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / consoles / emerson / 2001_r1 / 2001.INI < prev    next >
Text File  |  1998-07-30  |  1KB  |  38 lines

  1. ; ****************************************************************************
  2. ;
  3. ;                     Arcadia 2001 Emulator Control File
  4. ;
  5. ; ****************************************************************************
  6. ;
  7. ;       The address of the Adlib port. Normally $388. Plug and Play cards
  8. ;       will move this.
  9. ;
  10. AdlibPort=$388
  11. ;
  12. ;       Cycles per scan line. At present we are running 262 lines per
  13. ;       frame, NTSC standard.
  14. ;
  15. ;       Clock speed = 3.58 Mhz
  16. ;       1 Frame = 1 Clock / 60 = 59.6 KClocks/Frame
  17. ;       1 Line = 1 Frame / 262 = 227 Clocks per Scanline
  18. ;       3 clocks / instruction = 227 / 3 = 79 CPU Cycles
  19. ;       I think the cycle is actually half this at 38 CPU Cycles, or
  20. ;       perhaps the 2637 uses DMA to take over on the display cycles ?
  21. ;
  22. CyclesPerScanLine=38
  23. ;
  24. ;       Frame Skip Rate. 1 means display every frame, 2 every other frame..
  25. ;       you get the idea...
  26. ;
  27. FrameSkip=1
  28. ;
  29. ;       Tweaked VGA Mode. 1 is normal 256x256, 0 is 320x200 scrunched
  30. ;       (loses 8 of the 208 display lines, but looks ok)
  31. ;
  32. TweakVGA=1
  33. ;
  34. ;       Frames per PC Tick. This is normally set at 3
  35. ;
  36. FramesPerTick=3
  37.  
  38.